go/ast.CompositeLit.Lbrace (field)

5 uses

	go/ast (current package)
		ast.go#L333: 		Lbrace     token.Pos // position of "{"
		ast.go#L505: 	return x.Lbrace

	go/parser
		parser.go#L1726: 	return &ast.CompositeLit{Type: typ, Lbrace: lbrace, Elts: elts, Rbrace: rbrace}

	go/printer
		nodes.go#L1017: 		p.setPos(x.Lbrace)
		nodes.go#L1019: 		p.exprList(x.Lbrace, x.Elts, 1, commaTerm, x.Rbrace, x.Incomplete)